home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / matrix.lha / Matrix / README < prev    next >
Text File  |  1993-02-25  |  2KB  |  43 lines

  1. The C++ Matrix class is available via anonymous ftp from `ftp.cs.ucla.edu'.
  2. Get the compressed tarfile `pub/Matrix.tar.Z'.  Uncompress `Matrix.tar.Z'.
  3. Extract the `Matrix' directory from `Matrix.tar'.  Then go to the `Matrix'
  4. directory and type `make'.  Now print and read the paper in `Matrix.dvi'.
  5.  
  6. In order to demonstrate an application of the \verb"Matrix" class,
  7. it was used to implement the backward error propagation algorithm
  8. for multi-layer, feed-forward artificial neural networks.
  9.  
  10. Enjoy, Bob Tisdale (edwin@cs.ucla.edu)
  11.  
  12. P.S.  I hope the following notes will be helpful.
  13.  
  14. unix% ftp ftp.cs.ucla.edu
  15. Name (ftp.cs.ucla.edu:your_login_ID): anonymous
  16. Password: your_login_ID
  17. ftp> cd pub
  18. ftp> binary
  19. ftp> get Matrix.tar.Z
  20. ftp> bye
  21. unix% uncompress Matrix.tar.Z
  22. unix% tar xvf Matrix.tar
  23. unix% cd Matrix
  24. unix% make
  25. unix% dvips Matrix | lpr
  26. unix% mv ffnet.new ffnet.old
  27. unix% cat ffnet.old ffnet.S | (backprop -v > ffnet.new) >>& ffnet.err
  28. unix% cat ffnet.new ffnet.S | evaluate | graph -m 0 | plot
  29.  
  30. Note: ftp.cs.ucla.edu is an alias for internet-address 131.179.128.36
  31.       If you have trouble, verify that the `SYS5' variable
  32.       in the `Matrix/src/genclass' shell script contains
  33.       the path to the System V version of the `m4' macro
  34.       pre-processor.
  35.       The `fig2dev' program is part of the `transfig' package
  36.       available via anonymous ftp from `ftp.cs.cornell.edu'.
  37.       Get `pub/transfig/transfig.tar.Z'.
  38.       The EPIC style file is available via anonymous ftp from
  39.       `ymir.claremont.edu'. Get `tex/inputs/latex-contrib/epic.sty'.
  40.       File `pub/Matrix.sun.tar.Z' includes all the files created by
  41.       `make' on UCLA CSD Sun4 computers.  It may be useful to Sun
  42.       computer users or those who just want to print the documentation.
  43.